home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / penguin.swf / scripts / DefineSprite_600 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-06-26  |  211 b   |  5 lines

  1. balloon_txt.text = _root.mc.balloonHit + "/" + _root.mc.balloonAll;
  2. bullet_txt.text = _parent._parent.bulletNum;
  3. _root.score_balloon += _parent._parent.bulletNum * 200;
  4. score_txt.text = _root.score_balloon;
  5.